Delete a token provider
Delete the token provider and immediately reject any token exchange requests that request tokens using the token provider's service.
Path parameters
-
The service identifier for the token provider to delete
Format should match the following pattern:
^[a-zA-Z0-9_-]{1,128}$
.
DELETE /token-providers/{service}
curl \
-X DELETE https://api.statebacked.dev/token-providers/{service} \
-H "Authorization: Bearer $ACCESS_TOKEN"