Method: Relationships#detach_relationship
- Defined in:
- lib/user/config/relationships.rb
#detach_relationship(data) ⇒ Object
Detach relationship.
Detach a relationship.
Parameters
- data
-
(Hash) – Data to be submitted.
Example
41 42 43 |
# File 'lib/user/config/relationships.rb', line 41 def detach_relationship(data) #FIXME: Method doesn't work, RelationshipManager cannot access to id attribute. return @client.raw("post", "/config/relationships/detach", nil, data_transform(data)) end |