DELETE
/
benefits
/
v1
/
{id}
Delete a benefit
curl --request DELETE \
  --url https://api.spacebring.com/benefits/v1/{id} \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Path Parameters

id
string<uuid>
required

The id of the benefit

Response

204

No Content