Skip to main content
DELETE
/
reg-types
/
delete
/
{registrant_type_id}
Delete Type
curl --request DELETE \
  --url https://api.swoogo.com/api/v1/reg-types/delete/{registrant_type_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded'
""

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Path Parameters

registrant_type_id
integer
required

integer - required - The ID of the registrant type you want to delete

Example:

1

Body

application/x-www-form-urlencoded

The body is of type object.

Response

204 - text/plain

Delete Reg Type