Company Identifiers
Delete Company Identifier
Delete a company identifier
AuthorizationBasic <token>
Basic API key authentication. Create a new API key and secret in the Recommand dashboard.
In: header
Path Parameters
companyId*string
The ID of the company to delete an identifier for
identifierId*string
The ID of the identifier to delete
Response Body
application/json
application/json
application/json
curl -X DELETE "https://app.recommand.eu/api/v1/companies/string/identifiers/string"{
"success": true
}{
"success": false,
"errors": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}{
"success": false,
"errors": {
"property1": [
"string"
],
"property2": [
"string"
]
}
}