Skip to main content
DELETE
/
events
/
field
/
{field_id}
Delete Field
curl --request DELETE \
  --url https://api.swoogo.com/api/v1/events/field/{field_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

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

field_id
integer
required

integer - required - The ID of the field you want to delete

Example:

1

Response