cURL
curl --request DELETE \ --url https://www.referralloop.dev/api/v1/waitlists/{waitlistId}/signups/{signupId} \ --header 'Authorization: Bearer <token>'
204
Remove a signup from a waitlist
Use your API key as the bearer token. API keys can be generated in your dashboard.
Example: Authorization: Bearer pk_live_YOUR_API_KEY
Authorization: Bearer pk_live_YOUR_API_KEY
The ID of the waitlist
The ID of the signup
Signup deleted successfully