Delete enterprise
Delete enterprise by Id.
DELETE/enterprise/delete
Parameters
identifier - integer or string required
The attribute for finding the enterprise. This can be the enterprise cif
, name
, email
or id
.
Example using email as identifier
{
"identifier": "test@salesly.app"
}
Response
status 200
Success delete message.
Response
{
"status": "Success"
}