Skip to content
Get started

Delete a memory layer

DELETE/v1/memory_layers/{id}

Deletes a memory layer from the workspace

Path ParametersExpand Collapse
id: string

Delete a memory layer

curl https://api.cadenya.com/v1/memory_layers/$ID \
    -X DELETE \
    -H "Authorization: Bearer $CADENYA_API_KEY"
Returns Examples