Delete ({collection.name})

Delete a single {collection.name} record.

API details
DELETE

/api/collections/{collection.name}/records/:id

{#if adminsOnly}

Requires admin Authorization:TOKEN header

{/if}
Path parameters
Param Type Description
id String ID of the record to delete.
Responses
{#each responses as response (response.code)} {/each}
{#each responses as response (response.code)}
{/each}