Delete API Keys
Company > Api Integrations
Delete API Keys
This endpoint allows you to delete a specific API integration for a company using the provided API key ID.
Request Body
This request does not require a request body.
Response
-
message(string): A message indicating the result of the operation. -
status(integer): A status code indicating the outcome of the request. -
data(object, optional): Additional data related to the operation, if available. In the provided example, it includes a variable field.
Example Response
{
"message": "Success",
"status": 200
}
DELETE
Delete API Keys
Path Parameters
Response
200 - application/json
OK
The response is of type object.