Skip to main content
DELETE
/
waitlists
/
{waitlistId}
/
signups
/
{signupId}
Delete Signup
curl --request DELETE \
  --url https://www.referralloop.dev/api/v1/waitlists/{waitlistId}/signups/{signupId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use your API key as the bearer token. API keys can be generated in your dashboard.

Example: Authorization: Bearer pk_live_YOUR_API_KEY

Path Parameters

waitlistId
string<uuid>
required

The ID of the waitlist

signupId
string<uuid>
required

The ID of the signup

Response

Signup deleted successfully