cURL
curl --request DELETE \ --url https://app.variable.global/api/v1/material/:uuid \ --header 'Authorization: Bearer <token>'
{ "message": "Success" }
Delete a material
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object