SignupTokens

Delete a SignupToken

Soft-deletes a SignupToken so that it can no longer be used. The token can be restored with the restoreSignupToken endpoint.

delete/customers/signup-tokens/{signupTokenId}

Response

The signup token was successfully retrieved or updated.

Example response

{
  "data": {
    "id": "000000-000000-000000-000000",
    "membership_type_id": "000000-000000-000000-000000",
    "membership_rate_id": "000000-000000-000000-000000",
    "start_date": "2021-02-21",
    "end_date": "2022-02-21",
    "duration": "P1M",
    "first_name": "Dan",
    "email": "dan@try.be"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.