Skip to main content
DELETE
/
sourcing
/
searches
/
{searchId}
Delete sourcing search
curl --request DELETE \
  --url https://hireloam.com/api/v1/sourcing/searches/{searchId} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key from Settings > API Keys

Path Parameters

searchId
string<uuid>
required

Response

Search deleted

deleted
boolean