Skip to main content
DELETE
https://app-stage.agdejar.sa
/
tenant
/
v1
/
parties
/
{id}
curl --request DELETE \
  --url /tenant/v1/parties/1 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'

Path Parameters

id
integer
required
The ID of the party to delete

Headers

Accept
string
required
Must be “application/json”
curl --request DELETE \
  --url /tenant/v1/parties/1 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'