Skip to main content
DELETE
Delete Blocklist Entry
This operation re-enables client SDK access for the specified API route that was previously blocked.
Deleting a blocklist entry immediately re-enables client-side reward sending for that API route. Make sure you understand the security implications.
Reversible Action. You can always add the blocklist entry back if you need to restrict client-side rewards again.

Configuration

Header Parameters

string
required
Client identifier (use “developer-dashboard” )
string
required
Bearer token for authenticationFormat: Bearer {JWT_TOKEN}

Path Parameters

string
required
Your Rewards App ID
string
required
The ID of the blocklist entry to delete Get this ID from the “Get Blocklist Entries” endpoint

Response Fields


Response Status Codes

Code Examples

What Happens After Deletion?

Before Deletion Client SDK Blocked

Client cannot send rewards

After Deletion Client SDK Enabled

Client can send rewards again

Try It Out

Ready to delete a blocklist entry? Use our API playground on the right to test with your JWT token.

What’s Next?

Now that you’ve managed your blocklist entries, you can move on to managing your API keys: