Records
Delete Record
Delete a specific Record by ID.
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Record to delete.
Example:
"777"
Response
Record deleted successfully
Whether the deletion was successful.
JavaScript