# Revoking profiles

Users can revoke their profiles. To revoke a profile, use the following endpoint:

DELETE /api/profile/{serial}

With {serial} being the serial of the profile to revoke. On success the respone data will be true. Otherwise the response will be the default API error response.