Skip to main content
DELETE
https://integrations.projectcor.com
/
v2
/
integrations
/
seniority
/
{id}
curl --location --request DELETE 'https://integrations.projectcor.com/v2/integrations/seniority/external_seniority_id_10' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
  "metadata": {
    "source": "GLOBANT"
  }
}'
{
  "message": "Entity deleted successfully"
}
Deletes a seniority level from your COR instance using its external ID. This removes both the seniority and the integration mapping.

Path Parameters

id
string
required
External seniority ID that was used when creating the seniority

Request Body Requirements

metadata
object
required

Known Errors

  • ZC001 — Entity is not associated. No seniority found with the specified external ID for this source
curl --location --request DELETE 'https://integrations.projectcor.com/v2/integrations/seniority/external_seniority_id_10' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
  "metadata": {
    "source": "GLOBANT"
  }
}'
{
  "message": "Entity deleted successfully"
}