Skip to main content
DELETE
/
api
/
customer
/
{customerId}
/
crp
/
{crpId}
Delete a Customer Related Party (CRP)
curl --request DELETE \
  --url https://api.artemis.cynopsis.co/api/customer/{customerId}/crp/{crpId} \
  --header 'Authorization: <authorization>' \
  --header 'X-Domain-ID: <x-domain-id>'

Headers

X-Domain-ID
string
required

Domain identifier

Example:

"1"

Authorization
string
required

Bearer access token

Example:

"Bearer eyJhbGciOi..."

Path Parameters

customerId
integer
required

Primary Customer ID

Example:

68

crpId
integer
required

Customer Related Party (CRP) ID

Example:

31691

Response

CRP deleted successfully