Uninstall an integration from a space
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100RequiredPattern:
Name of the integration.
^[a-zA-Z0-9-_.]+$installationIdstringRequired
Identifier of the installation
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
204
The space installation did not exist.
No content
205
The space installation has been deleted.
delete/integrations/{integrationName}/installations/{installationId}/spaces/{spaceId}
No content
Last updated
Was this helpful?