Delete a record
Records
Delete a record
Deletes a single record by ID.
DELETE
Delete a record
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID or slug to identify the object.
A UUID or slug to identify the record.
Response
Success
An empty object returned on successful deletion.