Collection Records
Delete Collection Record By ID
This endpoint allows the deletion of a selected collection record.
DELETE
/
api
/
v1
/
collection-records
/
{collectionId}
/
{recordId}
Description
This API endpoint facilitates the removal of a specific collection record by providing the unique identifiers of both the collection and the record.
Path
collectionId
string
requiredA unique identifier for the collection, allowing for precise referencing.
recordId
string
requiredA unique identifier for the collection record to be deleted.
Response
status
boolean
Indicates the success or failure of the collection record deletion. In this case, true signifies a successful operation.
message
string
Provides a human-readable message accompanying the response. In this instance, it confirms the successful deletion of the collection record with the message “Record Deleted Successfully!”