Warm List

DELETE /public/v1/warmlist/{workspaceId}/monitored-profiles/{profileId}

Remove a monitored profile and delete its associated post engagement records.

DELETE /public/v1/warmlist/{workspaceId}/monitored-profiles/{profileId}

DELETE /public/v1/warmlist/{workspaceId}/monitored-profiles/{profileId}

curl --request DELETE \
  --url 'https://api.joinvalley.co/public/v1/warmlist/{WORKSPACEID}/monitored-profiles/{PROFILEID}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "statusCode": 1,
  "status": true,
  "message": "<string>"
}

Default Response

Authorizations

  • x-api-key string required header

    Your Valley API key.

Path Parameters

  • profileId string required
  • workspaceId string required

Response

application/json
  • statusCode number
  • status boolean
  • message string