Table of Contents
This API allows you to delete profile-company roles in Releva. Any company which do not exist in Releva will be created.
Any change will be available according to our SLA.
Do I need to call it? #
This API should be integrated if you intend to use Releva in a B2B context. For B2C, you only need the APIs for creating / updating / deleting profiles.
Request Parameters #
You may perform requests to the API using the following curl equivalent: Note that the phone number should start with + and a valid international code. For example: +15857667308
curl -H 'Content-Type: application/json' -H 'Authorization: Bearer <secretKey>' -XDELETE https://releva.ai/api/v0/companies/<companyId>/<emailOrPhone>
A successful response will return HTTP Status 202 with an empty response body ({}).
Response Format #
An error response will return a HTTP 4xx or 5xx status code and have the following structure:
{
"message": "A description of the error and how to fix it, if it's a client error."
}