cURL
curl --request DELETE \ --url https://api.social-api.ai/v1/oauth/redirect-uris/{id} \ --header 'Authorization: <api-key>'
{ "error": { "code": "resource.not_found", "message": "Account not found", "meta": {} } }
Deletes a redirect URI from the whitelist by ID.
Documentation IndexFetch the complete documentation index at: https://docs.social-api.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Redirect URI ID
URI removed