//:record DELETE
Overview
Delete a record of a specified type.Request Arguments
This endpoint does not accept any request arguments.Response Arguments
Name | Type | Description |
---|---|---|
id | String | Returns the ID of the deleted record. |
Response
{ "id": "11cf0d0a-40af-8cb1-9da0-5057a5f511f9" }
Change Log
Version | Change |
---|---|
v10 |
Added /<module>/:record DELETE endpoint.
|