Logo

Delete a block

Deletes a specific block by its UUID.

DELETE
/block/{uuid}

Authorization

api-key<token>

This is a required API key. It must be included in the header of all requests in the format: api-key: value.

In: header

Path Parameters

uuid
Required
string

UUID of the block to delete

Format: "uuid"
curl -X DELETE "https://api.systemprompt.io/v1/block/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "api-key: <apikey>"

Block deleted successfully