Skip to main content
DELETE
/
types
/
{id}
Delete a custom type
curl --request DELETE \
  --url https://api.example.com/types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

id
string
required

Query Parameters

force
enum<string>
Available options:
true,
false

Response

Type deleted

ok
enum<boolean>
required
Available options:
true