Projects
Delete a subproject
Deletes a subproject.
Only subprojects can be deleted through this API. Deleting the root/parent project returns 422 only_subprojects_can_be_deleted. A project must have no phone numbers before it can be deleted; otherwise the request returns 422 phone_numbers_must_be_removed.
On a successful delete, the subproject's registry brands and campaigns are migrated up to the parent project.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Management.
Learn more about API scopes.
delete/api/projects/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
The unique identifier of the project or subproject.
Response
There is no content to send for this request, but the headers may be useful.